home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / srcuc.zip / M.H < prev    next >
C/C++ Source or Header  |  1992-05-05  |  2KB  |  54 lines

  1. /* -*-C-*-
  2.    Machine file for HP9000 series  600, 700, 800.
  3.  
  4. $Header: /scheme/src/microcode/dosutl/RCS/m.h,v 1.1 1992/05/05 07:01:31 jinx Exp $
  5.  
  6. Copyright (c) 1989-91 Massachusetts Institute of Technology
  7.  
  8. This material was developed by the Scheme project at the Massachusetts
  9. Institute of Technology, Department of Electrical Engineering and
  10. Computer Science.  Permission to copy this software, to redistribute
  11. it, and to use it for any purpose is granted, subject to the following
  12. restrictions and understandings.
  13.  
  14. 1. Any copy made of this software must include this copyright notice
  15. in full.
  16.  
  17. 2. Users of this software agree to make their best efforts (a) to
  18. return to the MIT Scheme project any improvements or extensions that
  19. they make, so that these may be included in future releases; and (b)
  20. to inform MIT of noteworthy uses of this software.
  21.  
  22. 3. All materials developed as a consequence of the use of this
  23. software shall duly acknowledge such use, in accordance with the usual
  24. standards of acknowledging credit in academic research.
  25.  
  26. 4. MIT has made no warrantee or representation that the operation of
  27. this software will be error-free, and MIT is under no obligation to
  28. provide any services, by way of maintenance, update, or otherwise.
  29.  
  30. 5. In conjunction with products arising from the use of this material,
  31. there shall be no use of the name of the Massachusetts Institute of
  32. Technology nor of any adaptation thereof in any advertising,
  33. promotional, or sales literature without prior written consent from
  34. MIT in each case. */
  35.  
  36. #define PROC_TYPE PROC_TYPE_HPPA
  37.  
  38. #if defined(HAVE_STARBASE_GRAPHICS) && !defined(STARBASE_DEVICE_DRIVERS)
  39. /* Add additional Starbase device drivers here. */
  40. #  define STARBASE_DEVICE_DRIVERS -ldd98550
  41. #endif
  42.  
  43. /* The following is also needed under HP-UX 8.01: +Obb999 */
  44.  
  45. #ifndef ALTERNATE_CC
  46.    /* Assume HPC */
  47. #  define C_SWITCH_MACHINE -DTYPE_CODE_LENGTH=6 -Wp,-H512000
  48. #  define M4_SWITCH_MACHINE -DTYPE_CODE_LENGTH=6 -DHPC
  49. #else
  50.    /* Assume GCC */
  51. #  define C_SWITCH_MACHINE -DTYPE_CODE_LENGTH=6
  52. #  define M4_SWITCH_MACHINE -DTYPE_CODE_LENGTH=6 -DGCC
  53. #endif
  54.